func go/types.isdddArray

2 uses

	go/types (current package)
		literals.go#L120: 		if atyp, _ := e.Type.(*ast.ArrayType); atyp != nil && isdddArray(atyp) {
		util.go#L37: func isdddArray(atyp *ast.ArrayType) bool {